IStackedSeriesWrapperBase<T> Interface Methods

For a list of all members of this type, see IStackedSeriesWrapperBase<T> members.

Public Methods
 NameDescription
 MethodAccumulate Y value at index for a stacked series, where Tuple.Item1 represents the upper series value at the index and Tuple.Item2 - the lower one.  
 MethodAdds the IStackedRenderableSeries to the internal collection.  
 MethodGets the YRange of the data (min, max of the ) in the passed , where indices are point-indices on the DataSeries columns.  
 MethodDraws all the IStackedRenderableSeries being wrapped, using the SciChart.Drawing.Common.IRenderContext2D passed in.  
 MethodReturns all the IStackedRenderableSeries from the same StackedGroup.  
 MethodGets the YRange of the data (min, max of the ), using the passed in.  
 Method Gets a value indicating whether all the series within the StackedGroup are 100% stacked.  
 Method Called internally to move series from one StackedGroup to another.  
 MethodRemoves the IStackedRenderableSeries from the internal collection.  
 MethodCalled internally to correlate a hit-test result for the .  
Top
See Also